Messages
8/28/2022
16 : 4
Android Weekly #533 🤖
View in web browser 533 August 28th, 2022 Articles & Tutorials KSP for Code-Generation Jintin writes a step-by-step guide on how to create a simple KSP plugin for generating Kotlin code. Sponsored
8/22/2022
3 : 9
Android Weekly #532 🤖
View in web browser 532 August 21st, 2022 Articles & Tutorials Domain-Specific Models Dan Lew shares a tip: if you're ever in a situation where a data model seems to be doing too much at once,
8/14/2022
16 : 4
Android Weekly #531 🤖
View in web browser 531 August 14th, 2022 Articles & Tutorials Building Plugable Features on Android Modularization becomes an important tool to help ensure developers can continue to be productive
8/7/2022
16 : 4
Android Weekly #530 🤖
View in web browser 530 August 7th, 2022 Articles & Tutorials Composing margins and paddings Thomas Künneth compares and contrasts margins & padding between Views and Compose. Sponsored Build
7/31/2022
16 : 4
Android Weekly #529 🤖
View in web browser 529 July 31st, 2022 Articles & Tutorials Snapshot Testing in Kotlin and Android Balazs Toth examines how snapshot testing solves regression testing by automatically comparing
7/24/2022
16 : 4
Android Weekly #528 🤖
View in web browser 528 July 24th, 2022 Articles & Tutorials Get familiar with Wear OS 3 without a physical device Ataul Munim takes a brief look at unique UI surfaces on Wear OS, create the
7/17/2022
16 : 4
Android Weekly #527 🤖
View in web browser 527 July 17th, 2022 Articles & Tutorials Drawing custom text spans in Compose UI Saket Narayan shares how he implemented animated squiggly underlines in text. Sponsored 10 Tips
7/10/2022
16 : 4
Android Weekly #526 🤖
View in web browser 526 July 10th, 2022 Articles & Tutorials De-mock your tests: practical recipes Jarosław Michalik considers what various scenarios would look like if mocks were replaced with
7/3/2022
16 : 4
Android Weekly #525 🤖
View in web browser 525 July 3rd, 2022 Articles & Tutorials Writing Paparazzi tests for your Kotlin Multiplatform projects Harsh Shandilya shares a workaround for getting Paparazzi UI tests to work
6/26/2022
16 : 4
Android Weekly #524 🤖
View in web browser 524 June 26th, 2022 Articles & Tutorials Compose sample app: UI state with Flow, offline first James Shvarts goes over the details of a simple app built in Compose and Kotlin
6/19/2022
16 : 4
Android Weekly #523 🤖
View in web browser 523 June 19th, 2022 Articles & Tutorials Receivers and Extensions Dave Leeds explains Kotlin receivers and extensions. Sponsored Free Activity Feeds & Chat APIs for
6/12/2022
16 : 4
Android Weekly #522 🤖
View in web browser 522 June 12th, 2022 Articles & Tutorials Shipping to Production How you ship your code to production in a way that is fast and reliable is what differentiates a powerful team.
6/5/2022
16 : 4
Android Weekly #521 🤖
View in web browser 521 June 5th, 2022 Articles & Tutorials Create realistic widgets with Jetpack Glance Kasem SM shares his learnings and experience pairing a Glance Widget with Work Manager API
5/29/2022
16 : 4
Android Weekly #520 🤖
View in web browser 520 May 29th, 2022 Articles & Tutorials Animated Pixie Dust Cursor and more Maia Grotepass builds three retro animated cursor-inspired animations in Jetpack Compose. Sponsored
5/22/2022
16 : 4
Android Weekly #519 🤖
View in web browser 519 May 22nd, 2022 Articles & Tutorials Composable functions and return types James Shvarts shares some examples from the official API Guidelines for Jetpack Compose First, he
5/15/2022
16 : 4
Android Weekly #518 🤖
View in web browser 518 May 15th, 2022 Articles & Tutorials Implementing snapshot-aware data structures Zach Klippenstein digs deeper into Compose to find out how mutableStateOf actually works.
5/8/2022
16 : 4
Android Weekly #517 🤖
View in web browser 517 May 8th, 2022 Articles & Tutorials Using MotionLayout in Compose In this blog post, James Shvarts goes over an example of using MotionLayout in Jetpack Compose by animating
5/1/2022
16 : 4
Android Weekly Issue #516 🤖
View in web browser 516 May 1st, 2022 Articles & Tutorials Kotlin Sealed Class primer Bevan Steele gives a quick primer on the sealed classes feature of Kotlin. Sponsored Free Play Store Data
4/24/2022
16 : 4
Android Weekly Issue #515 🤖
View in web browser 515 April 24th, 2022 Articles & Tutorials Kotlin StateFlow vs LiveData on Android Jade Byfield examines the pros and cons of StateFlow and LiveData, depending on the needs of
4/17/2022
16 : 4
Android Weekly Issue #514 🤖
View in web browser 514 April 17th, 2022 Articles & Tutorials Refactoring an Android App to Kotlin Multiplatform Aleksander Jaworski shares his experience making a Kotlin Multiplatform app from an